home *** CD-ROM | disk | FTP | other *** search
Visual Basic Active Designer file | 1999-08-28 | 3.5 KB | 111 lines |
- VERSION 5.00
- Begin {C0E45035-5775-11D0-B388-00A0C9055D8E} DataEnvironment1
- ClientHeight = 3390
- ClientLeft = 0
- ClientTop = 0
- ClientWidth = 6180
- _ExtentX = 10901
- _ExtentY = 5980
- FolderFlags = 1
- TypeLibGuid = "{185550CA-5026-11D3-BE8B-DF1E9093E55A}"
- TypeInfoGuid = "{185550CB-5026-11D3-BE8B-DF1E9093E55A}"
- TypeInfoCookie = 0
- Version = 4
- NumConnections = 1
- BeginProperty Connection1
- ConnectionName = "Connection1"
- ConnDispId = 1001
- SourceOfData = 3
- ConnectionSource= "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=c:\VBDB\Working\Biblio.mdb"
- Expanded = -1 'True
- QuoteChar = 96
- SeparatorChar = 46
- EndProperty
- NumRecordsets = 1
- BeginProperty Recordset1
- CommandName = "Command1"
- CommDispId = 1002
- RsDispId = 1005
- CommandText = "SELECT * FROM Titles"
- ActiveConnectionName= "Connection1"
- CommandType = 1
- IsRSReturning = -1 'True
- NumFields = 8
- BeginProperty Field1
- Precision = 0
- Size = 255
- Scale = 0
- Type = 200
- Name = "Title"
- Caption = "Title"
- EndProperty
- BeginProperty Field2
- Precision = 5
- Size = 2
- Scale = 0
- Type = 2
- Name = "Year Published"
- Caption = "Year Published"
- EndProperty
- BeginProperty Field3
- Precision = 0
- Size = 20
- Scale = 0
- Type = 200
- Name = "ISBN"
- Caption = "ISBN"
- EndProperty
- BeginProperty Field4
- Precision = 10
- Size = 4
- Scale = 0
- Type = 3
- Name = "PubID"
- Caption = "PubID"
- EndProperty
- BeginProperty Field5
- Precision = 0
- Size = 50
- Scale = 0
- Type = 200
- Name = "Description"
- Caption = "Description"
- EndProperty
- BeginProperty Field6
- Precision = 0
- Size = 50
- Scale = 0
- Type = 200
- Name = "Notes"
- Caption = "Notes"
- EndProperty
- BeginProperty Field7
- Precision = 0
- Size = 50
- Scale = 0
- Type = 200
- Name = "Subject"
- Caption = "Subject"
- EndProperty
- BeginProperty Field8
- Precision = 0
- Size = 1073741824
- Scale = 0
- Type = 201
- Name = "Comments"
- Caption = "Comments"
- EndProperty
- NumGroups = 0
- ParamCount = 0
- RelationCount = 0
- AggregateCount = 0
- EndProperty
- End
- Attribute VB_Name = "DataEnvironment1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = True
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
-
-